home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / acf514r0.zip / ACSTRUCT.514 < prev    next >
Text File  |  1991-03-08  |  3KB  |  58 lines

  1.                           ACFiles Structure File for C
  2.                               Version 5.14 Series
  3.  
  4. for ACFPATH.CTL:
  5.  
  6. struct acfpath                          /* Define ACF Struct             */
  7.   {                                     /* Declare Struct                */
  8.   char v[3];                            /* Declare reVision Char         */
  9.   char tag[3];                          /* Declare Tag                   */
  10.   char name[40];                        /* Declare Area Name             */
  11.   char desc[60];                        /* Declare Area Description      */
  12.   char path[40];                        /* Declare Area Path             */
  13.   long sec;                             /* Declare Area Sec              */
  14.   char fbbs[60];                        /* Declare FILES.BBS Name        */
  15.   short gif;                            /* Declare GIF Flag - Unused     */
  16.   char utag[3];                         /* Declare U/L Tag               */
  17.   short flag[4];                        /* Declare Area Security Flags   */
  18.   char reserved[17];                    /* Declare Reserved Space        */
  19.   };                                    /* End Declare                   */
  20. Total Length: 240 Bytes
  21.  
  22. Revision holder will contain V5 For Series 5 format.  If it is NOT V5, it
  23. will be different length and order than the above.  TAG must be in order
  24. of A0-L9.  Any other order messes things up BIG time.  It is there only
  25. for indexing purposes.
  26.  
  27. Note that the revision holder is only needed in the first record, but can be
  28. in each of the following records.
  29.  
  30. ACFILES.CFG
  31.  
  32. Text file.
  33. First Line  - BBS Name.  Maximum of 80 Characters
  34. Second Line - ACMaster List Name.  Maximum of 128 Characters
  35. Third Line  - SysOp Security Level
  36. Fourth Line - Screen Write Mode
  37.               0 = ANSI, 1 = BIOS, 2 = Direct
  38. Fifth Line  - Hide Uploads - 0=No, 1=Yes
  39. Sixth Line  - # Seconds Till Hang Up Due To Inactivity
  40. Seventh Line- Ratio Number for Upload K
  41. Eigth Line  - Filename #1 For Auto-Download Keys
  42. Ninth Line  - Short Description Of Filename #1
  43. Tenth       - File #2 Of The Above
  44. Eleventh    - Short Description Of Filename #2
  45.  
  46. PROTOCOL.CFG
  47.  
  48. Line 1      - Name of Protocol
  49. Line 2      - Batch Protocol <Yes/No>
  50. Line 3      - Two-Way? <Yes/No>
  51. Line 4      - Send File Command
  52. Line 5      - Receive File Command
  53. Line 6      - Log File Format
  54. Line 7      - Sent Good Flags
  55. Line 8      - Receive Good Flags
  56. Line 9      - Path\Filename To Protocol's Log
  57.  
  58.